home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 60750 / 60750.xpi / chrome / chromeFiles / content / bindings / btbutton.css < prev    next >
Cascading Style Sheet File  |  2010-01-20  |  570b  |  27 lines

  1. btbutton {
  2.     -moz-binding: url('btbutton.xml#btbutton');
  3. }
  4.  
  5. /* Brand Thunder logo button */
  6. btbutton button {
  7.   -moz-appearance: none;
  8.   background-color: transparent !important; /* win32 fix */
  9.   border: none !important;  /*win32 fix */
  10.   list-style-image: url("resources/btbutton/bt-logo.png") !important;
  11.   width: 36px; height: 25px;
  12.   min-width: 5px;
  13.   margin: 1px 6px 1px 3px !important;
  14.   padding: 0px !important;
  15. }
  16.  
  17. btbutton .box-inherit {
  18.   padding: 0px !important;
  19. }
  20.  
  21. btbutton .button-icon {
  22.   height: 18px !important;
  23. }
  24. btbutton dropmarker {
  25.   display: none;
  26. }
  27.